home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMCONFIG / TFORMCONFIG.txt
Encoding:
Text File  |  2002-10-07  |  15.2 KB  |  687 lines

  1. object FormConfig: TFormConfig
  2.   Left = 227
  3.   Top = 103
  4.   BorderStyle = bsDialog
  5.   Caption = 'Preferences'
  6.   ClientHeight = 356
  7.   ClientWidth = 343
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poDesktopCenter
  12.   Scaled = False
  13.   OnClose = FormClose
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object PageControl: TPageControl
  20.     Left = 0
  21.     Top = 0
  22.     Width = 343
  23.     Height = 309
  24.     ActivePage = TabKey
  25.     Align = alTop
  26.     MultiLine = True
  27.     TabOrder = 0
  28.     object TabKey: TTabSheet
  29.       Caption = 'Key'
  30.       object ListKey: TListBox
  31.         Left = 8
  32.         Top = 12
  33.         Width = 189
  34.         Height = 241
  35.         ItemHeight = 12
  36.         Items.Strings = (
  37.           'Back Frame'
  38.           'Forward Frame'
  39.           'Next Layer'
  40.           'Previous Layer')
  41.         TabOrder = 0
  42.         OnClick = ListKeyClick
  43.       end
  44.       object HotKey: THotKey
  45.         Left = 204
  46.         Top = 12
  47.         Width = 121
  48.         Height = 18
  49.         HotKey = 65
  50.         InvalidKeys = [hcNone]
  51.         Modifiers = []
  52.         TabOrder = 1
  53.         OnExit = HotKeyExit
  54.       end
  55.       object btnKeyDel: TButton
  56.         Left = 220
  57.         Top = 40
  58.         Width = 63
  59.         Height = 25
  60.         Caption = 'Delete'
  61.         TabOrder = 2
  62.         OnClick = btnKeyDelClick
  63.       end
  64.       object Radio: TRadioGroup
  65.         Left = 208
  66.         Top = 196
  67.         Width = 121
  68.         Height = 57
  69.         Caption = 'PopupMenu'
  70.         Items.Strings = (
  71.           'Space-key'
  72.           'Alt-key')
  73.         TabOrder = 3
  74.       end
  75.     end
  76.     object TabDraw: TTabSheet
  77.       Caption = 'View'
  78.       ImageIndex = 1
  79.       object LabelMinGrid: TLabel
  80.         Left = 12
  81.         Top = 88
  82.         Width = 117
  83.         Height = 24
  84.         BiDiMode = bdLeftToRight
  85.         Caption = 'Minimum magnification'#13#10'which enables grid'
  86.         ParentBiDiMode = False
  87.       end
  88.       object LabelGrid: TLabel
  89.         Left = 12
  90.         Top = 128
  91.         Width = 54
  92.         Height = 12
  93.         Caption = 'Grid Color:'
  94.       end
  95.       object ShapeGrid1: TShape
  96.         Left = 140
  97.         Top = 124
  98.         Width = 49
  99.         Height = 21
  100.         Cursor = crHandPoint
  101.         OnMouseDown = ShapeGrid1MouseDown
  102.       end
  103.       object ShapeGrid2: TShape
  104.         Tag = 1
  105.         Left = 188
  106.         Top = 124
  107.         Width = 49
  108.         Height = 21
  109.         Cursor = crHandPoint
  110.         OnMouseDown = ShapeGrid1MouseDown
  111.       end
  112.       object LabelCGrid: TLabel
  113.         Left = 12
  114.         Top = 156
  115.         Width = 99
  116.         Height = 12
  117.         Caption = 'Custom-Grid Color:'
  118.       end
  119.       object ShapeCGrid1: TShape
  120.         Tag = 2
  121.         Left = 140
  122.         Top = 152
  123.         Width = 49
  124.         Height = 21
  125.         Cursor = crHandPoint
  126.         OnMouseDown = ShapeGrid1MouseDown
  127.       end
  128.       object ShapeCGrid2: TShape
  129.         Tag = 3
  130.         Left = 188
  131.         Top = 152
  132.         Width = 49
  133.         Height = 21
  134.         Cursor = crHandPoint
  135.         OnMouseDown = ShapeGrid1MouseDown
  136.       end
  137.       object CheckHalf: TCheckBox
  138.         Left = 12
  139.         Top = 12
  140.         Width = 253
  141.         Height = 17
  142.         Caption = 'Use halftone when reduced(slow)'
  143.         TabOrder = 0
  144.       end
  145.       object CheckFit: TCheckBox
  146.         Left = 12
  147.         Top = 36
  148.         Width = 237
  149.         Height = 17
  150.         Caption = 'Fit window when magnifying'
  151.         TabOrder = 1
  152.       end
  153.       object CheckAutoZoom: TCheckBox
  154.         Left = 12
  155.         Top = 60
  156.         Width = 237
  157.         Height = 17
  158.         Caption = 'Auto zoom on opening'
  159.         TabOrder = 2
  160.       end
  161.       object GroupOnion: TGroupBox
  162.         Left = 8
  163.         Top = 184
  164.         Width = 317
  165.         Height = 73
  166.         Caption = 'Onion Skin'
  167.         TabOrder = 4
  168.         object LabelOnion: TLabel
  169.           Left = 12
  170.           Top = 20
  171.           Width = 41
  172.           Height = 12
  173.           Caption = 'Density:'
  174.         end
  175.         object TrackOnion: TTrackBar
  176.           Left = 68
  177.           Top = 16
  178.           Width = 241
  179.           Height = 21
  180.           LineSize = 8
  181.           Max = 192
  182.           Min = 16
  183.           Orientation = trHorizontal
  184.           PageSize = 16
  185.           Frequency = 8
  186.           Position = 16
  187.           SelEnd = 0
  188.           SelStart = 0
  189.           TabOrder = 0
  190.           ThumbLength = 10
  191.           TickMarks = tmBottomRight
  192.           TickStyle = tsAuto
  193.           OnChange = TrackOnionChange
  194.         end
  195.         object CheckOnion: TCheckBox
  196.           Left = 72
  197.           Top = 44
  198.           Width = 177
  199.           Height = 17
  200.           Caption = 'Loop the first and the last'
  201.           TabOrder = 1
  202.         end
  203.       end
  204.       object ComboMinGrid: TComboBox
  205.         Left = 140
  206.         Top = 92
  207.         Width = 81
  208.         Height = 20
  209.         Style = csDropDownList
  210.         ItemHeight = 12
  211.         TabOrder = 3
  212.         Items.Strings = (
  213.           '200'
  214.           '300'
  215.           '400'
  216.           '500'
  217.           '600'
  218.           '700'
  219.           '800'
  220.           '900'
  221.           '1000'
  222.           '2000'
  223.           '3000'
  224.           '4000')
  225.       end
  226.     end
  227.     object TabLayer: TTabSheet
  228.       Caption = 'Layer'
  229.       ImageIndex = 4
  230.       object LabelNoBg: TLabel
  231.         Left = 28
  232.         Top = 60
  233.         Width = 146
  234.         Height = 12
  235.         Caption = '(Default value of Properties)'
  236.       end
  237.       object CheckLayerLoop: TCheckBox
  238.         Left = 12
  239.         Top = 12
  240.         Width = 177
  241.         Height = 17
  242.         Caption = 'Loop the first and the last'
  243.         TabOrder = 0
  244.       end
  245.       object CheckNoBG: TCheckBox
  246.         Left = 12
  247.         Top = 40
  248.         Width = 305
  249.         Height = 17
  250.         Caption = 'Disable transparency of bottom layer'
  251.         TabOrder = 1
  252.       end
  253.       object GroupLayCol: TGroupBox
  254.         Left = 12
  255.         Top = 80
  256.         Width = 313
  257.         Height = 109
  258.         Caption = 'Default Canvas Color'
  259.         TabOrder = 2
  260.         object Label3: TLabel
  261.           Left = 12
  262.           Top = 24
  263.           Width = 77
  264.           Height = 12
  265.           Caption = '4bpp(16colors):'
  266.         end
  267.         object Label4: TLabel
  268.           Left = 12
  269.           Top = 52
  270.           Width = 83
  271.           Height = 12
  272.           Caption = '8bpp(256colors):'
  273.         end
  274.         object Label5: TLabel
  275.           Left = 12
  276.           Top = 80
  277.           Width = 60
  278.           Height = 12
  279.           Caption = '15,16,24bpp:'
  280.         end
  281.         object ShapeTr24: TShape
  282.           Left = 104
  283.           Top = 76
  284.           Width = 67
  285.           Height = 20
  286.           Cursor = crHandPoint
  287.           OnMouseDown = ShapeTr24MouseDown
  288.         end
  289.         object EditTr4: TEdit
  290.           Left = 104
  291.           Top = 20
  292.           Width = 53
  293.           Height = 20
  294.           TabOrder = 0
  295.           Text = '0'
  296.         end
  297.         object UpDownTr4: TUpDown
  298.           Left = 157
  299.           Top = 20
  300.           Width = 15
  301.           Height = 20
  302.           Associate = EditTr4
  303.           Min = 0
  304.           Max = 15
  305.           Position = 0
  306.           TabOrder = 1
  307.           Wrap = False
  308.         end
  309.         object EditTr8: TEdit
  310.           Left = 104
  311.           Top = 48
  312.           Width = 53
  313.           Height = 20
  314.           TabOrder = 3
  315.           Text = '0'
  316.         end
  317.         object UpDownTr8: TUpDown
  318.           Left = 157
  319.           Top = 48
  320.           Width = 15
  321.           Height = 20
  322.           Associate = EditTr8
  323.           Min = 0
  324.           Max = 255
  325.           Position = 0
  326.           TabOrder = 4
  327.           Wrap = False
  328.         end
  329.         object CheckTr4: TCheckBox
  330.           Left = 184
  331.           Top = 20
  332.           Width = 117
  333.           Height = 17
  334.           Caption = 'Transparent Color'
  335.           TabOrder = 2
  336.         end
  337.         object CheckTr8: TCheckBox
  338.           Left = 184
  339.           Top = 48
  340.           Width = 117
  341.           Height = 17
  342.           Caption = 'Transparent Color'
  343.           TabOrder = 5
  344.         end
  345.         object CheckTr24: TCheckBox
  346.           Left = 184
  347.           Top = 76
  348.           Width = 117
  349.           Height = 17
  350.           Caption = 'Transparent Color'
  351.           TabOrder = 6
  352.         end
  353.       end
  354.     end
  355.     object TabFrm: TTabSheet
  356.       Caption = 'Frame'
  357.       ImageIndex = 3
  358.       object LabelBG: TLabel
  359.         Left = 12
  360.         Top = 44
  361.         Width = 90
  362.         Height = 12
  363.         Caption = 'Default BG Color:'
  364.       end
  365.       object ShapeBg: TShape
  366.         Left = 136
  367.         Top = 41
  368.         Width = 67
  369.         Height = 20
  370.         Cursor = crHandPoint
  371.         OnMouseDown = ShapeBgMouseDown
  372.       end
  373.       object CheckFrmLoop: TCheckBox
  374.         Left = 12
  375.         Top = 12
  376.         Width = 177
  377.         Height = 17
  378.         Caption = 'Loop the first and the last'
  379.         TabOrder = 0
  380.       end
  381.     end
  382.     object TabTool: TTabSheet
  383.       Caption = 'Tool'
  384.       ImageIndex = 2
  385.       object CheckUseSCol: TCheckBox
  386.         Left = 12
  387.         Top = 12
  388.         Width = 249
  389.         Height = 17
  390.         Caption = 'Fill selection with second color'
  391.         TabOrder = 0
  392.       end
  393.       object CheckNoFill: TCheckBox
  394.         Left = 12
  395.         Top = 36
  396.         Width = 233
  397.         Height = 17
  398.         Caption = 'Not erase image under selection'
  399.         TabOrder = 1
  400.       end
  401.       object CheckPickCur: TCheckBox
  402.         Left = 12
  403.         Top = 60
  404.         Width = 261
  405.         Height = 17
  406.         Caption = 'Pick color on current layer only'
  407.         TabOrder = 2
  408.       end
  409.     end
  410.     object TabColor: TTabSheet
  411.       Caption = 'ColorPalette'
  412.       ImageIndex = 9
  413.       object GroupDefPal: TGroupBox
  414.         Left = 8
  415.         Top = 8
  416.         Width = 321
  417.         Height = 81
  418.         Caption = 'Default Color Palette'
  419.         TabOrder = 0
  420.         object Label1: TLabel
  421.           Left = 12
  422.           Top = 24
  423.           Width = 77
  424.           Height = 12
  425.           Caption = '4bpp(16colors):'
  426.         end
  427.         object Label2: TLabel
  428.           Left = 12
  429.           Top = 52
  430.           Width = 83
  431.           Height = 12
  432.           Caption = '8bpp(256colors):'
  433.         end
  434.         object EditPal4: TSelectFileEdit
  435.           Left = 100
  436.           Top = 20
  437.           Width = 209
  438.           Height = 20
  439.           TabOrder = 0
  440.           EditType = etCustom
  441.           Mask = 'Color Palette (*.pal)|*.pal'
  442.           ReadOnly = False
  443.           UseEsc = False
  444.           OnCustomClick = EditPal4CustomClick
  445.         end
  446.         object EditPal8: TSelectFileEdit
  447.           Left = 100
  448.           Top = 48
  449.           Width = 209
  450.           Height = 20
  451.           TabOrder = 1
  452.           EditType = etCustom
  453.           Mask = 'Color Palette (*.pal)|*.pal'
  454.           ReadOnly = False
  455.           UseEsc = False
  456.           OnCustomClick = EditPal4CustomClick
  457.         end
  458.       end
  459.       object CheckPalGuide: TCheckBox
  460.         Left = 8
  461.         Top = 100
  462.         Width = 289
  463.         Height = 17
  464.         Caption = 'Show Color Data'
  465.         TabOrder = 1
  466.       end
  467.     end
  468.     object TabLoad: TTabSheet
  469.       Caption = 'Loading'
  470.       ImageIndex = 8
  471.       object GroupIcoTr: TGroupBox
  472.         Left = 8
  473.         Top = 8
  474.         Width = 317
  475.         Height = 85
  476.         Caption = 'Treatment of ICO transparency'
  477.         TabOrder = 0
  478.         object LabelIcoTr: TLabel
  479.           Left = 16
  480.           Top = 56
  481.           Width = 99
  482.           Height = 12
  483.           Caption = 'Replacement Color:'
  484.         end
  485.         object ShapeIcoTr: TShape
  486.           Left = 132
  487.           Top = 52
  488.           Width = 65
  489.           Height = 21
  490.           Cursor = crHandPoint
  491.           OnMouseDown = ShapeIcoTrMouseDown
  492.         end
  493.         object ComboIcoTr: TComboBox
  494.           Left = 16
  495.           Top = 20
  496.           Width = 181
  497.           Height = 20
  498.           Style = csDropDownList
  499.           ItemHeight = 12
  500.           TabOrder = 0
  501.           OnClick = ComboIcoTrClick
  502.           Items.Strings = (
  503.             'Transparent Color of Frame'
  504.             'Alpha Channel of Layer')
  505.         end
  506.       end
  507.     end
  508.     object TabSave: TTabSheet
  509.       Caption = 'Saving'
  510.       ImageIndex = 7
  511.       object LabelJQual: TLabel
  512.         Left = 16
  513.         Top = 16
  514.         Width = 64
  515.         Height = 12
  516.         Caption = 'JPG Quality:'
  517.       end
  518.       object EditJQual: TEdit
  519.         Left = 108
  520.         Top = 12
  521.         Width = 53
  522.         Height = 20
  523.         TabOrder = 0
  524.         Text = '1'
  525.       end
  526.       object UpDownJQual: TUpDown
  527.         Left = 161
  528.         Top = 12
  529.         Width = 15
  530.         Height = 20
  531.         Associate = EditJQual
  532.         Min = 1
  533.         Position = 1
  534.         TabOrder = 1
  535.         Wrap = False
  536.       end
  537.       object CheckGifOpt: TCheckBox
  538.         Left = 16
  539.         Top = 48
  540.         Width = 97
  541.         Height = 17
  542.         Caption = 'Optimize GIF'
  543.         TabOrder = 2
  544.       end
  545.     end
  546.     object TabSystem: TTabSheet
  547.       Caption = 'System'
  548.       ImageIndex = 5
  549.       object GroupPopup: TGroupBox
  550.         Left = 4
  551.         Top = 8
  552.         Width = 325
  553.         Height = 173
  554.         Caption = 'PopupMenu'
  555.         TabOrder = 0
  556.         object TreePopup: TTreeView
  557.           Left = 12
  558.           Top = 24
  559.           Width = 221
  560.           Height = 133
  561.           HideSelection = False
  562.           Indent = 19
  563.           PopupMenu = PopupMenu1
  564.           ReadOnly = True
  565.           TabOrder = 0
  566.           OnDblClick = TreePopupDblClick
  567.           OnMouseDown = TreePopupMouseDown
  568.         end
  569.         object Button2: TButton
  570.           Left = 244
  571.           Top = 28
  572.           Width = 65
  573.           Height = 25
  574.           Action = actUp
  575.           TabOrder = 1
  576.         end
  577.         object Button3: TButton
  578.           Left = 244
  579.           Top = 64
  580.           Width = 65
  581.           Height = 25
  582.           Action = actDown
  583.           TabOrder = 2
  584.         end
  585.       end
  586.     end
  587.     object TabCode: TTabSheet
  588.       Caption = 'Code'
  589.       ImageIndex = 6
  590.       object LabelCode: TLabel
  591.         Left = 12
  592.         Top = 24
  593.         Width = 28
  594.         Height = 12
  595.         Caption = 'Code:'
  596.       end
  597.       object EditCode: TEdit
  598.         Left = 92
  599.         Top = 20
  600.         Width = 121
  601.         Height = 20
  602.         TabOrder = 0
  603.       end
  604.     end
  605.   end
  606.   object Button1: TButton
  607.     Left = 180
  608.     Top = 316
  609.     Width = 75
  610.     Height = 25
  611.     Caption = 'OK'
  612.     Default = True
  613.     ModalResult = 1
  614.     TabOrder = 1
  615.   end
  616.   object BtnCancel: TButton
  617.     Left = 260
  618.     Top = 316
  619.     Width = 75
  620.     Height = 25
  621.     Cancel = True
  622.     Caption = 'Cancel'
  623.     ModalResult = 2
  624.     TabOrder = 2
  625.   end
  626.   object PopupMenu1: TPopupMenu
  627.     AutoHotkeys = maManual
  628.     Left = 300
  629.     Top = 51
  630.     object popAdd: TMenuItem
  631.       Caption = 'Add'
  632.     end
  633.     object AddSeparator1: TMenuItem
  634.       Action = actAddSep
  635.     end
  636.     object popAddPr: TMenuItem
  637.       Action = actAddParent
  638.     end
  639.     object N1: TMenuItem
  640.       Caption = '-'
  641.     end
  642.     object popEdit: TMenuItem
  643.       Action = actEdit
  644.     end
  645.     object N2: TMenuItem
  646.       Caption = '-'
  647.     end
  648.     object popDel: TMenuItem
  649.       Action = actDelete
  650.     end
  651.   end
  652.   object ActionList1: TActionList
  653.     Left = 280
  654.     Top = 39
  655.     object actEdit: TAction
  656.       Caption = 'Edit...'
  657.       OnExecute = actEditExecute
  658.       OnUpdate = actEditUpdate
  659.     end
  660.     object actAddParent: TAction
  661.       Caption = 'Add Parent...'
  662.       OnExecute = actAddParentExecute
  663.       OnUpdate = actAddParentUpdate
  664.     end
  665.     object actUp: TAction
  666.       Caption = 'Up'
  667.       OnExecute = actUpExecute
  668.       OnUpdate = actUpUpdate
  669.     end
  670.     object actDown: TAction
  671.       Caption = 'Down'
  672.       OnExecute = actDownExecute
  673.       OnUpdate = actDownUpdate
  674.     end
  675.     object actAddSep: TAction
  676.       Caption = 'Add Separator'
  677.       OnExecute = actAddSepExecute
  678.       OnUpdate = actAddParentUpdate
  679.     end
  680.     object actDelete: TAction
  681.       Caption = 'Delete'
  682.       OnExecute = actDeleteExecute
  683.       OnUpdate = actDeleteUpdate
  684.     end
  685.   end
  686. end
  687.